toggle menu
Spring Boot Kotlin API
4.0.0-M3
jvm
switch theme
search in API
Spring Boot Kotlin API
/
org.springframework.boot.docs.io.restclient.httpservice.groups
/
[jvm]EchoService
Echo
Service
interface
EchoService
Members
Functions
echo
Link copied to clipboard
@
PostExchange
abstract
fun
echo
(
@
RequestBody
message
:
Map
<
String
,
String
>
)
:
Map
<
out
Any
,
out
Any
>